@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/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26007'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26007'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25011'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25011'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27356> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27356'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27356'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27357'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27357'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26717'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26717'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26720> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26720'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26720'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26734'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26734'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26735'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26735'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26736'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26736'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26737'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26737'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26738'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26738'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26739> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26739'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26739'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31307'^^xsd:string;
  dwc:scientificName 'Spilophorella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2302'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31307'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31309> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31309'^^xsd:string;
  dwc:scientificName 'Spilophorella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2302'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31309'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31319> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31319'^^xsd:string;
  dwc:scientificName 'Spirinia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2350'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31319'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31320'^^xsd:string;
  dwc:scientificName 'Spirinia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2350'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31320'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31321'^^xsd:string;
  dwc:scientificName 'Spirinia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2350'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31321'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31322'^^xsd:string;
  dwc:scientificName 'Spirinia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2350'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31322'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31323'^^xsd:string;
  dwc:scientificName 'Spirinia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2350'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31323'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31324'^^xsd:string;
  dwc:scientificName 'Spirinia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2350'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31324'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31325'^^xsd:string;
  dwc:scientificName 'Spirinia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2350'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31325'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31342'^^xsd:string;
  dwc:scientificName 'Syringolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2526'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31342'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31343'^^xsd:string;
  dwc:scientificName 'Syringolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2526'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31343'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31346'^^xsd:string;
  dwc:scientificName 'Syringolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2526'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31346'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31347'^^xsd:string;
  dwc:scientificName 'Syringolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2526'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31347'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26740> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26740'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26740'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26741'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26741'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26742> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26742'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26742'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26743> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26743'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26743'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26744'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26744'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31348'^^xsd:string;
  dwc:scientificName 'Syringolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2526'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31348'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31350> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31350'^^xsd:string;
  dwc:scientificName 'Syringolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2526'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31350'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31352'^^xsd:string;
  dwc:scientificName 'Syringolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2526'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31352'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31353'^^xsd:string;
  dwc:scientificName 'Syringolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2526'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31353'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31368'^^xsd:string;
  dwc:scientificName 'Tardigrada'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1276'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31368'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31378'^^xsd:string;
  dwc:scientificName 'Terschellingia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2479'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31378'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2479'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31379> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31379'^^xsd:string;
  dwc:scientificName 'Terschellingia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2479'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31379'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2479'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26745'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26745'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26746'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26746'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26747'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26747'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26748'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26748'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26749'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26749'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26750> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26750'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26750'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26751> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26751'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26751'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26752'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26752'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26753> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26753'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26753'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26754'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26754'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26755'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26755'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26756'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26756'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26757'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26757'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26787'^^xsd:string;
  dwc:scientificName 'Tardigrada'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1276'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26787'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31380'^^xsd:string;
  dwc:scientificName 'Terschellingia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2479'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31380'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2479'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31383'^^xsd:string;
  dwc:scientificName 'Terschellingia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2479'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31383'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2479'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31385'^^xsd:string;
  dwc:scientificName 'Terschellingia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2479'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31385'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2479'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31386> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31386'^^xsd:string;
  dwc:scientificName 'Terschellingia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2479'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31386'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2479'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31390'^^xsd:string;
  dwc:scientificName 'Theristus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2469'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31390'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2469'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31391> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31391'^^xsd:string;
  dwc:scientificName 'Theristus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2469'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31391'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2469'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31392> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31392'^^xsd:string;
  dwc:scientificName 'Theristus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2469'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31392'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2469'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26802> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26802'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26802'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26803'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26803'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26805'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26805'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26815'^^xsd:string;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26815'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26832> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26832'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26832'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26835'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26835'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26836'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26836'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26794> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26794'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26794'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26795'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26795'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26796'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26796'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26797'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26797'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26798'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26798'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26799> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26799'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26799'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26800'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26800'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26801> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26801'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26801'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26837'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26837'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26839'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26839'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26845> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26845'^^xsd:string;
  dwc:scientificName 'Cladocera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1076'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26845'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '155670'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26850'^^xsd:string;
  dwc:scientificName 'Cladocera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1076'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26850'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '155670'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26866'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26866'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26867'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26867'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26868> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26868'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26868'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26871'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26871'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26872> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26872'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26872'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26873> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26873'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26873'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26874'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26874'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26875'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26875'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26876'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26876'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26877'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26877'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31393> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31393'^^xsd:string;
  dwc:scientificName 'Theristus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2469'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31393'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2469'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31394> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31394'^^xsd:string;
  dwc:scientificName 'Theristus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2469'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31394'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2469'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31395> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31395'^^xsd:string;
  dwc:scientificName 'Theristus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2469'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31395'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2469'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31396'^^xsd:string;
  dwc:scientificName 'Theristus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2469'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31396'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2469'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31397'^^xsd:string;
  dwc:scientificName 'Theristus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2469'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31397'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2469'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31398> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31398'^^xsd:string;
  dwc:scientificName 'Theristus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2469'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31398'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2469'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31399> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31399'^^xsd:string;
  dwc:scientificName 'Theristus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2469'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31399'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2469'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31400> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31400'^^xsd:string;
  dwc:scientificName 'Theristus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2469'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31400'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2469'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26878'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26878'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26879'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26879'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26880> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26880'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26880'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26881> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26881'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26881'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26882> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26882'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26882'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26883'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26883'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26884'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26884'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26885> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26885'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26885'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26886> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26886'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26886'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26887> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26887'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26887'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26888> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26888'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26888'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26889'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26889'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31401> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31401'^^xsd:string;
  dwc:scientificName 'Theristus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2469'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31401'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2469'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31402> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31402'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31402'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31403> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31403'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31403'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31404'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31404'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31405> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31405'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31405'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31406'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31406'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31276'^^xsd:string;
  dwc:scientificName 'Siphonolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2495'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31276'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31294> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31294'^^xsd:string;
  dwc:scientificName 'Sphaerolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2451'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31294'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2451'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31295'^^xsd:string;
  dwc:scientificName 'Sphaerolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2451'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31295'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2451'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31296> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31296'^^xsd:string;
  dwc:scientificName 'Sphaerolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2451'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31296'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2451'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31298'^^xsd:string;
  dwc:scientificName 'Sphaerolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2451'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31298'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2451'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31306'^^xsd:string;
  dwc:scientificName 'Spilophorella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2302'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31306'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31239'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31239'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31240'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31240'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31241> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31241'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31241'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31242'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31242'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31243'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31243'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31244'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31244'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31245> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31245'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31245'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31258'^^xsd:string;
  dwc:scientificName 'Sigmophoranema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2349'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31258'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2349'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26685'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26685'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26686> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26686'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26686'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26687> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26687'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26687'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26688> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26688'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26688'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26689> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26689'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26689'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26690> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26690'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26690'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26691'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26691'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26712> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26712'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26712'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26713'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26713'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26714'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26714'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26715> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26715'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26715'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26692'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26692'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26693> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26693'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26693'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26694'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26694'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26696'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26696'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26697'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26697'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26701'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26701'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26707'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26707'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26708'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26708'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26620> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26620'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26620'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26621'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26621'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26622> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26622'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26622'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26623> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26623'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26623'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26624'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26624'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26674'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26674'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26675'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26675'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26676'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26676'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26677'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26677'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26678'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26678'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26679> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26679'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26679'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26680'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26680'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26681'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26681'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26682> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26682'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26682'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26683> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26683'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26683'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26684'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26684'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31215'^^xsd:string;
  dwc:scientificName 'Ptycholaimellus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2301'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31215'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31216> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31216'^^xsd:string;
  dwc:scientificName 'Ptycholaimellus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2301'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31216'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31228'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31228'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31234'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31234'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31235'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31235'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31236'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31236'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31237'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31237'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31238'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31238'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26584'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26584'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26592'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26592'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26614'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26614'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26615> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26615'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26615'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26616'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26616'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26617> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26617'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26617'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26618> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26618'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26618'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26619'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26619'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31164'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31164'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31174> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31174'^^xsd:string;
  dwc:scientificName 'Pomponema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2318'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31174'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31176> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31176'^^xsd:string;
  dwc:scientificName 'Pomponema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2318'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31176'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31179'^^xsd:string;
  dwc:scientificName 'Pomponema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2318'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31179'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31210> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31210'^^xsd:string;
  dwc:scientificName 'Ptycholaimellus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2301'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31210'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31211> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31211'^^xsd:string;
  dwc:scientificName 'Ptycholaimellus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2301'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31211'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31212> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31212'^^xsd:string;
  dwc:scientificName 'Ptycholaimellus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2301'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31212'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31214'^^xsd:string;
  dwc:scientificName 'Ptycholaimellus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2301'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31214'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26535> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26535'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26535'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26536'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26536'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26537'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26537'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26538'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26538'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26539'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26539'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26540> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26540'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26540'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26462> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26462'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26462'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26463> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26463'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26463'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26464> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26464'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26464'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26465> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26465'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26465'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26466> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26466'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26466'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26467'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26467'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26469'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26469'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26471> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26471'^^xsd:string;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26471'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26472> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26472'^^xsd:string;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26472'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26530> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26530'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26530'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26531> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26531'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26531'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26532'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26532'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26533> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26533'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26533'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26534'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26534'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26549> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26549'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26549'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26550> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26550'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26550'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26551> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26551'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26551'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26552> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26552'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26552'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26553'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26553'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26581> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26581'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26581'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26583> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26583'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26583'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26541> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26541'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26541'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26542'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26542'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26543> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26543'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26543'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26544> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26544'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26544'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26545'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26545'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26546> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26546'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26546'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26547'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26547'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26548> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_26548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling B_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26548'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling B_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26548'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26283> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26283'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26283'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26284'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26284'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26285'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26285'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26286'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26286'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26287> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26287'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26287'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26288'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26288'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26289'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26289'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26290'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26290'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31069'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31069'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31070'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31070'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31071'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31071'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31078> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31078'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31078'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31079> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31079'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31079'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31080> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31080'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31080'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31091> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31091'^^xsd:string;
  dwc:scientificName 'Oxystomina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2551'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31091'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31094> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31094'^^xsd:string;
  dwc:scientificName 'Oxystomina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2551'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31094'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26291'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26291'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26292'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26292'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26294> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26294'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26294'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26297'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26297'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31095> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31095'^^xsd:string;
  dwc:scientificName 'Oxystomina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2551'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31095'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31096'^^xsd:string;
  dwc:scientificName 'Oxystomina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2551'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31096'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31097> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31097'^^xsd:string;
  dwc:scientificName 'Oxystomina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2551'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31097'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31098'^^xsd:string;
  dwc:scientificName 'Oxystomina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2551'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31098'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31100'^^xsd:string;
  dwc:scientificName 'Oxystomina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2551'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31100'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26338> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26338'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26338'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26339> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26339'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26339'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26340'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26340'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26341> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26341'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26341'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26342'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26342'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26343'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26343'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26344'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26344'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26345> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26345'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26345'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31104'^^xsd:string;
  dwc:scientificName 'Paracanthonchus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2320'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31104'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2320'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31133'^^xsd:string;
  dwc:scientificName 'Paramonhystera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '227185'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31133'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31138'^^xsd:string;
  dwc:scientificName 'Parodontophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2420'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31138'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2420'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31140'^^xsd:string;
  dwc:scientificName 'Parodontophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2420'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31140'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2420'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31141'^^xsd:string;
  dwc:scientificName 'Parodontophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2420'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31141'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2420'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31142> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31142'^^xsd:string;
  dwc:scientificName 'Parodontophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2420'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31142'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2420'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31145'^^xsd:string;
  dwc:scientificName 'Parodontophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2420'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31145'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2420'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31150> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31150'^^xsd:string;
  dwc:scientificName 'Plectus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '227271'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31150'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '227271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31153'^^xsd:string;
  dwc:scientificName 'Plectus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '227271'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31153'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '227271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31157> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31157'^^xsd:string;
  dwc:scientificName 'Plectus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '227271'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31157'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '227271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31158'^^xsd:string;
  dwc:scientificName 'Plectus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '227271'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31158'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '227271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31162'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31162'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26346'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26346'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26347'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26347'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26348'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26348'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26349> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26349'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26349'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26350> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26350'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26350'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26351'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26351'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26352'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26352'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26353'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26353'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26354'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26354'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26355'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26355'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26356> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26356'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26356'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26357'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26357'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26358'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26358'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26359'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26359'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26360'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26360'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26410'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26410'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26411'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26411'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26412'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26412'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26413'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26413'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26414'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26414'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26415'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26415'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26416'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26416'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26419> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26419'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26419'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26420> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26420'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26420'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26458'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26458'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26459'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26459'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26460> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26460'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26460'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26461'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26461'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26019'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26019'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26020> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26020'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26020'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26021'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26021'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26022'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26022'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26024> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26024'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26024'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26069'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26069'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26074'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26074'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26077'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26077'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26011'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26011'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26012> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26012'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26012'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26013> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26013'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26013'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26014> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26014'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26014'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26015> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26015'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26015'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26016> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26016'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26016'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26017'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26017'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26018> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26018'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26018'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25950> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25950'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25950'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25951> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25951'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25951'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25952> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25952'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25952'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25953> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25953'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25953'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25954'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25954'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25955'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25955'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25956'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25956'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25967> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25967'^^xsd:string;
  dwc:scientificName 'Isopoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1131'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25967'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30982> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30982'^^xsd:string;
  dwc:scientificName 'Microlaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2366'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30982'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30983'^^xsd:string;
  dwc:scientificName 'Microlaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2366'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30983'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30984> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30984'^^xsd:string;
  dwc:scientificName 'Microlaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2366'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30984'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30985> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30985'^^xsd:string;
  dwc:scientificName 'Microlaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2366'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30985'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30986'^^xsd:string;
  dwc:scientificName 'Microlaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2366'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30986'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30987'^^xsd:string;
  dwc:scientificName 'Microlaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2366'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30987'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30988'^^xsd:string;
  dwc:scientificName 'Microlaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2366'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30988'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30989> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30989'^^xsd:string;
  dwc:scientificName 'Microlaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2366'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30989'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26002'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26002'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26003'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26003'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26004'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26004'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26005> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26005'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26005'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26006'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26006'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26008> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26008'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26008'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26009> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26009'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26009'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26010'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26010'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30990'^^xsd:string;
  dwc:scientificName 'Microlaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2366'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30990'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30991'^^xsd:string;
  dwc:scientificName 'Microlaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2366'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30991'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30992> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30992'^^xsd:string;
  dwc:scientificName 'Microlaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2366'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30992'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30994'^^xsd:string;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30994'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31012> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31012'^^xsd:string;
  dwc:scientificName 'Monhystera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2447'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31012'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2447'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31013> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31013'^^xsd:string;
  dwc:scientificName 'Monhystera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2447'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31013'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2447'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31014> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31014'^^xsd:string;
  dwc:scientificName 'Monhystera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2447'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31014'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2447'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31016> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31016'^^xsd:string;
  dwc:scientificName 'Monhystera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2447'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31016'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2447'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31017'^^xsd:string;
  dwc:scientificName 'Monhystera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2447'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31017'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2447'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31030> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31030'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31030'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31031> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31031'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31031'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31032'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31032'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31033'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31033'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31034'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31034'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31035'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31035'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31036> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31036'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31036'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31037'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31037'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31038> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31038'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31038'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31039> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31039'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31039'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31040'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31040'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26163> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26163'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26163'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26194'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26194'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26196> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26196'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26196'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26199'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26199'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26205'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26205'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26246> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26246'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26246'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26250'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26250'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26252'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26252'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26279> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26279'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26279'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26280'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26280'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26281> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26281'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26281'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26282> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26282'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26282'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31041'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31041'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31066'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31066'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31067'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31067'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31068'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31068'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31000> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31000'^^xsd:string;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31000'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31003'^^xsd:string;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31003'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31006'^^xsd:string;
  dwc:scientificName 'Monhystera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2447'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31006'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2447'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31007'^^xsd:string;
  dwc:scientificName 'Monhystera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2447'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31007'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2447'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31008> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31008'^^xsd:string;
  dwc:scientificName 'Monhystera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2447'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31008'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2447'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31009> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31009'^^xsd:string;
  dwc:scientificName 'Monhystera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2447'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31009'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2447'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31010'^^xsd:string;
  dwc:scientificName 'Monhystera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2447'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31010'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2447'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31011'^^xsd:string;
  dwc:scientificName 'Monhystera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2447'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31011'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2447'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26080> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26080'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26080'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26081'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26081'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26083'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26083'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26122'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26122'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26123'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26123'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26124'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26124'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26125'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26125'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26126'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26126'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26127'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26127'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26128> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26128'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26128'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26129> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26129'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26129'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_26130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26130'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26130'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26134> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26134'^^xsd:string;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26134'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26159> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26159'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26159'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26160> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_26160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26160'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26160'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25066'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25066'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25067'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25067'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25069'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25069'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25070'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25070'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25071'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25071'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25072'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25072'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25073'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25073'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25074'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25074'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25075> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25075'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25075'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25012> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25012'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25012'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25013> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25013'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25013'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25040'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25040'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25060'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25060'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25062'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25062'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25076> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25076'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25076'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25077'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25077'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25114> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25114'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25114'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30871'^^xsd:string;
  dwc:scientificName 'Haliplectus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2391'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30871'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30873> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30873'^^xsd:string;
  dwc:scientificName 'Haliplectus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2391'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30873'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30874'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30874'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30876'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30876'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25119'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25119'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25120> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25120'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25120'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25121'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25121'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25115> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25115'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25115'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25116> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25116'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25116'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25117> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25117'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25117'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25118> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25118'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25118'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25123'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25123'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25124'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25124'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25153'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25153'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25159> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25159'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25159'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25186> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25186'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25186'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25187> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25187'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25187'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25188> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25188'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25188'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25190> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25190'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25190'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30898> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30898'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30898'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30899'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30899'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30900'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30900'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30907> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30907'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30907'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25199'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25199'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25270'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25270'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25272'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25272'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25686> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25686'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25686'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25688> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25688'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25688'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25689> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25689'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25689'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25693> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25693'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25693'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25696'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25696'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25712> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25712'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25712'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25736'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25736'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25738'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25738'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25739> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25739'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25739'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25741'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25741'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25744'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25744'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25746'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25746'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25747'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25747'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25749'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25749'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25786'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25786'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25787'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25787'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25788> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25788'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25788'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25789> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25789'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25789'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25790> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25790'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25790'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25791> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25791'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25791'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25793'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25793'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25822> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25822'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25822'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25826'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25826'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25858> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25858'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25858'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25859> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25859'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25859'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25862'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25862'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25868> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25868'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25868'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25870> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25870'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25870'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25907> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25907'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25907'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25912> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25912'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25912'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25913'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25913'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25915> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25915'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25915'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25942'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25942'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25943'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25943'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25944'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25944'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25945> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25945'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25945'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25946'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25946'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25947'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25947'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25948'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25948'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25949> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_25949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 6_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25949'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 6_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25949'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30947'^^xsd:string;
  dwc:scientificName 'Metachromadora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2346'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30947'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30948'^^xsd:string;
  dwc:scientificName 'Metachromadora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2346'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30948'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30961'^^xsd:string;
  dwc:scientificName 'Metadesmolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2461'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30961'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2461'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30962> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30962'^^xsd:string;
  dwc:scientificName 'Metadesmolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2461'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30962'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2461'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30975> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30975'^^xsd:string;
  dwc:scientificName 'Metalinhomoeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2476'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30975'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30978'^^xsd:string;
  dwc:scientificName 'Metalinhomoeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2476'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30978'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30981> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30981'^^xsd:string;
  dwc:scientificName 'Metalinhomoeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2476'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30981'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25458'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25458'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25459'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25459'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25461'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25461'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25486> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25486'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25486'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25487'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25487'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25490> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25490'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25490'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25522'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25522'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25534'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25534'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30914> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30914'^^xsd:string;
  dwc:scientificName 'Leptonemella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2353'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30914'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2353'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30924> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30924'^^xsd:string;
  dwc:scientificName 'Linhomoeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2490'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30924'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2490'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30926'^^xsd:string;
  dwc:scientificName 'Linhomoeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2490'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30926'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2490'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30927'^^xsd:string;
  dwc:scientificName 'Linhomoeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2490'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30927'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2490'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30929> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30929'^^xsd:string;
  dwc:scientificName 'Linhomoeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2490'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30929'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2490'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30932> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30932'^^xsd:string;
  dwc:scientificName 'Linhomoeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2490'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30932'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2490'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30933> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30933'^^xsd:string;
  dwc:scientificName 'Linhomoeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2490'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30933'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2490'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30946'^^xsd:string;
  dwc:scientificName 'Metachromadora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2346'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30946'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25453> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25453'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25453'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25454> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25454'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25454'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25455> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25455'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25455'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25456'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25456'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25457> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25457'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25457'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25573'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25573'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25607> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25607'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25607'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25608> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25608'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25608'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25610> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25610'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25610'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25611> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25611'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25611'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25613'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25613'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25614'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25614'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25616'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25616'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25617> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25617'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25617'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25622> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25622'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25622'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25625'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25625'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25666> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25666'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25666'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25667'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25667'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25668'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25668'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25672> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25672'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25672'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25673'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25673'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25674'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25674'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25675'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25675'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25676'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25676'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25677'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25677'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25678'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25678'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25679> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25679'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25679'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25680'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25680'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25681'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25681'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25682> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25682'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25682'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25683> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25683'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25683'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25684'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25684'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25685'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25685'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25669> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25669'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25669'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25670'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25670'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_25671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 5_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25671'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 5_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25671'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25273'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25273'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25274'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25274'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25276'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25276'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25277'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25277'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25278'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25278'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25279> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25279'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25279'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25280'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25280'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25281> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25281'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25281'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25284'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25284'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25286'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25286'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25293> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25293'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25293'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25330'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25330'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25331'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25331'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25332'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25332'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25333'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25333'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25334> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25334'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25334'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25335'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25335'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25336> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25336'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25336'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25337'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25337'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25338> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25338'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25338'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25339> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25339'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25339'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25340'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25340'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25349> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25349'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25349'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25350> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25350'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25350'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25352'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25352'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25376'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25376'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25402> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25402'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25402'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25403> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25403'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25403'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25405> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25405'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25405'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25406'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25406'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25408> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25408'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25408'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25409'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25409'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25410'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25410'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25411'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25411'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25412'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25412'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25450> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25450'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25450'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25451> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25451'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25451'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25452'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25452'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25341> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25341'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25341'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25342'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25342'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25343'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25343'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25344'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25344'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25345> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25345'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25345'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25346'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25346'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25347'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25347'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_25348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 4_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25348'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 4_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25348'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28565'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28565'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28566> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28566'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28566'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28567'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28567'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28568> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28568'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28568'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28594'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28594'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28595'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28595'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28596'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28596'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28597'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28597'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28372'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28372'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28374> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28374'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28374'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28375'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28375'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28378'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28378'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28380'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28380'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28382'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28382'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28387> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28387'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28387'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28391> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28391'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28391'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28392> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28392'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28392'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28393> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28393'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28393'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28394> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28394'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28394'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28426'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28426'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28427> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28427'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28427'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28428> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28428'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28428'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28429> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28429'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28429'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28430'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28430'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28356> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28356'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28356'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28357'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28357'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28358'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28358'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28359'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28359'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28360'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28360'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28361'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28361'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28362'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28362'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28363'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28363'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28474'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28474'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28476'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28476'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28478> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28478'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28478'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28479> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28479'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28479'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28546> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28546'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28546'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28548> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28548'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28548'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28549> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28549'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28549'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28555> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28555'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28555'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28364'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28364'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28365'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28365'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28366'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28366'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28367> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28367'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28367'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28368'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28368'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28369'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28369'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28370'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28370'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28371'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28371'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28431'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28431'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28432> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28432'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28432'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28433> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28433'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28433'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28434'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28434'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28435> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28435'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28435'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28436> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28436'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28436'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28437'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28437'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28464> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28464'^^xsd:string;
  dwc:scientificName 'Tardigrada'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1276'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28464'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33361'^^xsd:string;
  dwc:scientificName 'Sesarma meinerti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '209162'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33361'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '207563'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33362'^^xsd:string;
  dwc:scientificName 'Uca inversa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '207589'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33362'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '955192'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33363'^^xsd:string;
  dwc:scientificName 'Uca lactea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '558117'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33363'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '955183'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33364'^^xsd:string;
  dwc:scientificName 'Balanus amphitrite'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '106211'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33364'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '421137'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33365'^^xsd:string;
  dwc:scientificName 'Littorina scabra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '211288'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33365'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '208939'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33366'^^xsd:string;
  dwc:scientificName 'Terebralia palustris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '216725'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33366'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '216725'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33367> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33367'^^xsd:string;
  dwc:scientificName 'Saccostrea cucullata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '181316'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33367'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '181316'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27472> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27472'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27472'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27473> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27473'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27473'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27474'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27474'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27508'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27508'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27509'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27509'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27511> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27511'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27511'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27475'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27475'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27476'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27476'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27477> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27477'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27477'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27503> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27503'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27503'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27504> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27504'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27504'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27506'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27506'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27507> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27507'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27507'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27512'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27512'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27539'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27539'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27551> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27551'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27551'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27619'^^xsd:string;
  dwc:scientificName 'Gastrotricha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27619'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27623> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27623'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27623'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27624'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27624'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27625'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27625'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27374> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27374'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27374'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27376'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27376'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27406'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27406'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27407'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27407'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27423'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27423'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27424> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27424'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27424'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27426'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27426'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27411'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27411'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27412'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27412'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27418> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27418'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27418'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27420> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27420'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27420'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27421'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27421'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27422> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27422'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27422'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27462> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27462'^^xsd:string;
  dwc:scientificName 'Tardigrada'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1276'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27462'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27466> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27466'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27466'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27467'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27467'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27468> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27468'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27468'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27469'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27469'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27470> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27470'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27470'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27471> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27471'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27471'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27361'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27361'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27362'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27362'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27363'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27363'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27364'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27364'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27365'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27365'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27366'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27366'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27369'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27369'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27371'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27371'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27346'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27346'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27347'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27347'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27348'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27348'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27349> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27349'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27349'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27350> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27350'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27350'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27351'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27351'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27352'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27352'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27353'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27353'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31499> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31499'^^xsd:string;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31499'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31503> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31503'^^xsd:string;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31503'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31506'^^xsd:string;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31506'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31533> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31533'^^xsd:string;
  dwc:scientificName 'Chromadorita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2294'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31533'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31534'^^xsd:string;
  dwc:scientificName 'Chromaspirina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2345'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31534'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31535> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31535'^^xsd:string;
  dwc:scientificName 'Chromaspirina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2345'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31535'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31537'^^xsd:string;
  dwc:scientificName 'Chromaspirina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2345'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31537'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31538'^^xsd:string;
  dwc:scientificName 'Chromaspirina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2345'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31538'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27354'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27354'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27355'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27355'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27358'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27358'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27359'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27359'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27360'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27360'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31539'^^xsd:string;
  dwc:scientificName 'Chromaspirina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2345'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31539'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31541> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31541'^^xsd:string;
  dwc:scientificName 'Chromaspirina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2345'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31541'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31542'^^xsd:string;
  dwc:scientificName 'Chromaspirina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2345'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31542'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31544> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31544'^^xsd:string;
  dwc:scientificName 'Chromaspirina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2345'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31544'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31545'^^xsd:string;
  dwc:scientificName 'Chromaspirina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2345'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31545'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31546> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31546'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31546'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31548> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31548'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31548'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27294> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27294'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27294'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27295'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27295'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27296> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27296'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27296'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27297'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27297'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27299> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27299'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27299'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27300> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27300'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27300'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27324'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27324'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27286'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27286'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27287> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27287'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27287'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27288'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27288'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27289'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27289'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27290'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27290'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27291'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27291'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27292'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27292'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27293> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27293'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27293'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27223'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27223'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27225'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27225'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27240'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27240'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27262'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27262'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31464> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31464'^^xsd:string;
  dwc:scientificName 'Bathylaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2586'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31464'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31477> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31477'^^xsd:string;
  dwc:scientificName 'Belondira'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '956631'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31477'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '956631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31480> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31480'^^xsd:string;
  dwc:scientificName 'Belondira'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '956631'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31480'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '956631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31483> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31483'^^xsd:string;
  dwc:scientificName 'Belondira'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '956631'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31483'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '956631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27088> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27088'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27088'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27089> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27089'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27089'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27090> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27090'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27090'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27091> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27091'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27091'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27092'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27092'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27093> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27093'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27093'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27078> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27078'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27078'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27079> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27079'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27079'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27080> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27080'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27080'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27081'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27081'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27083'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27083'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27084> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27084'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27084'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27086'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27086'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27087'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27087'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27071'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27071'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27072'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27072'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27073'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27073'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27074'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27074'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27075> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27075'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27075'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27076> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27076'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27076'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27077'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27077'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27026> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27026'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27026'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27027'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27027'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27028'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27028'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27034'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27034'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27035'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27035'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27039> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27039'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27039'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27048'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27048'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27070'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27070'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27021'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27021'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27022'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27022'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27023> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27023'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27023'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27024> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27024'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27024'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27025'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27025'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31421'^^xsd:string;
  dwc:scientificName 'Unknown Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31421'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31422> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31422'^^xsd:string;
  dwc:scientificName 'Unknown Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31422'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31423'^^xsd:string;
  dwc:scientificName 'Unknown Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31423'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31424> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31424'^^xsd:string;
  dwc:scientificName 'Unknown Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31424'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27013> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27013'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27013'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27014> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27014'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27014'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27015> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27015'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27015'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27016> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27016'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27016'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27017'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27017'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27018> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27018'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27018'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27019'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27019'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27020> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27020'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27020'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31409'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31409'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31414'^^xsd:string;
  dwc:scientificName 'Unknown Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31414'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31415'^^xsd:string;
  dwc:scientificName 'Unknown Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31415'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31416'^^xsd:string;
  dwc:scientificName 'Unknown Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31416'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31417> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31417'^^xsd:string;
  dwc:scientificName 'Unknown Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31417'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31418> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31418'^^xsd:string;
  dwc:scientificName 'Unknown Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31418'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31419> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31419'^^xsd:string;
  dwc:scientificName 'Unknown Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31419'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31420> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31420'^^xsd:string;
  dwc:scientificName 'Unknown Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31420'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26958> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26958'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26958'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26960'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26960'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26961'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26961'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27010'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27010'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27011'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27011'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27012> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27012'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27012'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26950> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26950'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26950'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26951> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26951'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26951'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26952> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26952'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26952'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26953> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26953'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26953'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26954'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26954'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26955'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26955'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26956'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26956'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_26957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_26957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_26957'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_26957'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27137> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27137'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27137'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27139'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27139'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27167'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27167'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27169'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27169'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27170'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27170'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27171'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27171'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27174> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27174'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27174'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27127'^^xsd:string;
  dwc:scientificName 'Tardigrada'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1276'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27127'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27130'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27130'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27131'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27131'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27132'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27132'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27133'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27133'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27134> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27134'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27134'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27135> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27135'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27135'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27136> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 1_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27136'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 1_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27136'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27177'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27177'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27202> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27202'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27202'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27204'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27204'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27213> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27213'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27213'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27214'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27214'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27216> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27216'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27216'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_27222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 2_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27222'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 2_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27222'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_31425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31425'^^xsd:string;
  dwc:scientificName 'Unknown Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31425'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31426'^^xsd:string;
  dwc:scientificName 'Adoncholaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2565'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31426'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2565'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31427> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31427'^^xsd:string;
  dwc:scientificName 'Adoncholaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2565'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31427'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2565'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31428> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31428'^^xsd:string;
  dwc:scientificName 'Adoncholaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2565'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31428'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2565'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31431'^^xsd:string;
  dwc:scientificName 'Adoncholaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2565'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31431'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2565'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31433> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31433'^^xsd:string;
  dwc:scientificName 'Adoncholaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2565'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31433'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2565'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31462> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31462'^^xsd:string;
  dwc:scientificName 'Bathylaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2586'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31462'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31907> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31907'^^xsd:string;
  dwc:scientificName 'Microlaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2366'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31907'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31908'^^xsd:string;
  dwc:scientificName 'Microlaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2366'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31908'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31909> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31909'^^xsd:string;
  dwc:scientificName 'Microlaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2366'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31909'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31910> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31910'^^xsd:string;
  dwc:scientificName 'Microlaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2366'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31910'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31911> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31911'^^xsd:string;
  dwc:scientificName 'Microlaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2366'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31911'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31912> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31912'^^xsd:string;
  dwc:scientificName 'Microlaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2366'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31912'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31913'^^xsd:string;
  dwc:scientificName 'Microlaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2366'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31913'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31914> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31914'^^xsd:string;
  dwc:scientificName 'Microlaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2366'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31914'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31786'^^xsd:string;
  dwc:scientificName 'Haliplectus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2391'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31786'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31789> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31789'^^xsd:string;
  dwc:scientificName 'Haliplectus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2391'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31789'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31790> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31790'^^xsd:string;
  dwc:scientificName 'Haliplectus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2391'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31790'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31791> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31791'^^xsd:string;
  dwc:scientificName 'Haliplectus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2391'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31791'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31792'^^xsd:string;
  dwc:scientificName 'Haliplectus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2391'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31792'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31793'^^xsd:string;
  dwc:scientificName 'Haliplectus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2391'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31793'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31794> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31794'^^xsd:string;
  dwc:scientificName 'Haliplectus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2391'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31794'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31796'^^xsd:string;
  dwc:scientificName 'Haliplectus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2391'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31796'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31797'^^xsd:string;
  dwc:scientificName 'Haliplectus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2391'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31797'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31798'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31798'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31799> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31799'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31799'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31822> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31822'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31822'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31823'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31823'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31824> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31824'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31824'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31830'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31830'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31846> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31846'^^xsd:string;
  dwc:scientificName 'Linhomoeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2490'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31846'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2490'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31875'^^xsd:string;
  dwc:scientificName 'Metachromadora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2346'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31875'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31876'^^xsd:string;
  dwc:scientificName 'Metachromadora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2346'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31876'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31877'^^xsd:string;
  dwc:scientificName 'Metachromadora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2346'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31877'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31878'^^xsd:string;
  dwc:scientificName 'Metachromadora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2346'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31878'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31881> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31881'^^xsd:string;
  dwc:scientificName 'Metachromadora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2346'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31881'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31884'^^xsd:string;
  dwc:scientificName 'Metadesmolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2461'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31884'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2461'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31888> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31888'^^xsd:string;
  dwc:scientificName 'Metadesmolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2461'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31888'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2461'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31895'^^xsd:string;
  dwc:scientificName 'Metalinhomoeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2476'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31895'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31896'^^xsd:string;
  dwc:scientificName 'Metalinhomoeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2476'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31896'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31898> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31898'^^xsd:string;
  dwc:scientificName 'Metalinhomoeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2476'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31898'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31899'^^xsd:string;
  dwc:scientificName 'Metalinhomoeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2476'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31899'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31901> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31901'^^xsd:string;
  dwc:scientificName 'Metalinhomoeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2476'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31901'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31902> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31902'^^xsd:string;
  dwc:scientificName 'Metalinhomoeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2476'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31902'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31904> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31904'^^xsd:string;
  dwc:scientificName 'Metalinhomoeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2476'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31904'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31905> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31905'^^xsd:string;
  dwc:scientificName 'Metalinhomoeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2476'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31905'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31906'^^xsd:string;
  dwc:scientificName 'Microlaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2366'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31906'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31766> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31766'^^xsd:string;
  dwc:scientificName 'Halalaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2548'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31766'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31768'^^xsd:string;
  dwc:scientificName 'Halalaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2548'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31768'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31777'^^xsd:string;
  dwc:scientificName 'Halichoanolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2332'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31777'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2332'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31778> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31778'^^xsd:string;
  dwc:scientificName 'Halichoanolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2332'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31778'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2332'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31779'^^xsd:string;
  dwc:scientificName 'Halichoanolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2332'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31779'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2332'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31780'^^xsd:string;
  dwc:scientificName 'Halichoanolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2332'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31780'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2332'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31781'^^xsd:string;
  dwc:scientificName 'Halichoanolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2332'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31781'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2332'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31784'^^xsd:string;
  dwc:scientificName 'Halichoanolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2332'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31784'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2332'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31915> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31915'^^xsd:string;
  dwc:scientificName 'Microlaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2366'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31915'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31916'^^xsd:string;
  dwc:scientificName 'Microlaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2366'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31916'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31917> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31917'^^xsd:string;
  dwc:scientificName 'Microlaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2366'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31917'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2366'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31919> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31919'^^xsd:string;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31919'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31920'^^xsd:string;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31920'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31921> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31921'^^xsd:string;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31921'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31926'^^xsd:string;
  dwc:scientificName 'Molgolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2343'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31926'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2343'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31934> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31934'^^xsd:string;
  dwc:scientificName 'Monhystera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2447'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31934'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2447'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28556'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28556'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28558'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28558'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28559'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28559'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28560'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28560'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28561> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28561'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28561'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28562> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28562'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28562'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28563'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28563'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28564> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28564'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28564'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31847> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31847'^^xsd:string;
  dwc:scientificName 'Linhomoeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2490'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31847'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2490'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31848> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31848'^^xsd:string;
  dwc:scientificName 'Linhomoeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2490'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31848'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2490'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31849'^^xsd:string;
  dwc:scientificName 'Linhomoeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2490'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31849'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2490'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31850'^^xsd:string;
  dwc:scientificName 'Linhomoeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2490'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31850'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2490'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31851> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31851'^^xsd:string;
  dwc:scientificName 'Linhomoeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2490'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31851'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2490'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31853> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31853'^^xsd:string;
  dwc:scientificName 'Linhomoeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2490'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31853'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2490'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31854> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31854'^^xsd:string;
  dwc:scientificName 'Linhomoeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2490'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31854'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2490'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31870> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31870'^^xsd:string;
  dwc:scientificName 'Metachromadora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2346'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31870'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28143'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28143'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28145'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28145'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28146'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28146'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28210> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28210'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28210'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28212> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28212'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28212'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28213> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28213'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28213'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28214'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28214'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28216> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28216'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28216'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31708'^^xsd:string;
  dwc:scientificName 'Eubostrichus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2351'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31708'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2351'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31710'^^xsd:string;
  dwc:scientificName 'Eubostrichus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2351'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31710'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2351'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31714'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31714'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31715> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31715'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31715'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31716> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31716'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31716'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31717'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31717'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31722'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31722'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31750> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31750'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31750'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28217'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28217'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28218'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28218'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28219'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28219'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28222'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28222'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28223'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28223'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28264> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28264'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28264'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28266'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28266'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28268'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28268'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28269'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28269'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28295'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28295'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28301> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28301'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28301'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28304> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28304'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28304'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28308> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28308'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28308'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28224> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28224'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28224'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28225'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28225'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28226'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28226'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28227'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28227'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28228'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28228'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28229'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28229'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28230'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28230'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28231'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28231'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31751> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31751'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31751'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31758> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31758'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31758'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31760'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31760'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31762> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31762'^^xsd:string;
  dwc:scientificName 'Halalaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2548'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31762'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31763'^^xsd:string;
  dwc:scientificName 'Halalaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2548'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31763'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31765'^^xsd:string;
  dwc:scientificName 'Halalaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2548'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31765'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28232'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28232'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28233'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28233'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28258'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28258'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28260> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28260'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28260'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28261'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28261'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28262'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28262'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28263'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28263'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28330'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28330'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28332'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28332'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28334> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28334'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28334'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28336> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28336'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28336'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28354'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28354'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28355'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28355'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28095> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28095'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28095'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28096'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28096'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28097> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28097'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28097'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28098'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28098'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28099> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28099'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28099'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28100'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28100'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28101> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28101'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28101'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28126'^^xsd:string;
  dwc:scientificName 'Tardigrada'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1276'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28126'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31685'^^xsd:string;
  dwc:scientificName 'Dorylaimopsis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2428'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31685'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2428'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31693> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31693'^^xsd:string;
  dwc:scientificName 'Ethmolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2323'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31693'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2323'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31696'^^xsd:string;
  dwc:scientificName 'Ethmolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2323'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31696'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2323'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31697'^^xsd:string;
  dwc:scientificName 'Ethmolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2323'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31697'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2323'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31699> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31699'^^xsd:string;
  dwc:scientificName 'Ethmolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2323'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31699'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2323'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31701'^^xsd:string;
  dwc:scientificName 'Ethmolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2323'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31701'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2323'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28127'^^xsd:string;
  dwc:scientificName 'Tardigrada'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1276'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28127'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28138'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28138'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28139'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28139'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28140'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28140'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28142> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28142'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28142'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28029'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28029'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28030> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28030'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28030'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28031> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28031'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28031'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28032'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28032'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28033'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28033'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28034'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28034'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28035'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28035'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28036> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28036'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28036'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28050> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28050'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28050'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28051'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28051'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28052> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28052'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28052'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28053> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28053'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28053'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28054> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28054'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28054'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28055'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28055'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28058> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28058'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28058'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28059> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28059'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28059'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28046'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28046'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28047'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28047'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28048'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28048'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28049> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28049'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28049'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31656> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31656'^^xsd:string;
  dwc:scientificName 'Desmodora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2339'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31656'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2339'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31657> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31657'^^xsd:string;
  dwc:scientificName 'Desmodora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2339'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31657'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2339'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31658'^^xsd:string;
  dwc:scientificName 'Desmodora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2339'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31658'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2339'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31659'^^xsd:string;
  dwc:scientificName 'Desmodora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2339'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31659'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2339'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28021'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28021'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28022'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28022'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28023> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28023'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28023'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28024> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28024'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28024'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28025'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28025'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28026> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28026'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28026'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28027'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28027'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28028'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28028'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31631'^^xsd:string;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31631'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31632'^^xsd:string;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31632'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31635'^^xsd:string;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31635'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31637'^^xsd:string;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31637'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31638'^^xsd:string;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31638'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31641'^^xsd:string;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31641'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31654> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31654'^^xsd:string;
  dwc:scientificName 'Desmodora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2339'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31654'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2339'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31655'^^xsd:string;
  dwc:scientificName 'Desmodora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2339'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31655'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2339'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28037'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28037'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28038> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28038'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28038'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28040'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28040'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28041'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28041'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28042'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28042'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28043> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28043'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28043'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28044'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28044'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28045'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28045'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28060'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28060'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28090> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28090'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28090'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28091> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28091'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28091'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28092'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28092'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28093> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28093'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28093'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28094> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28094'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28094'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31661'^^xsd:string;
  dwc:scientificName 'Desmodora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2339'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31661'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2339'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31662'^^xsd:string;
  dwc:scientificName 'Desmodora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2339'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31662'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2339'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31664> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31664'^^xsd:string;
  dwc:scientificName 'Desmodora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2339'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31664'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2339'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31665'^^xsd:string;
  dwc:scientificName 'Desmodora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2339'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31665'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2339'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31674'^^xsd:string;
  dwc:scientificName 'Dorylaimidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '153383'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31674'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '153383'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31677'^^xsd:string;
  dwc:scientificName 'Dorylaimidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '153383'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31677'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '153383'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31678'^^xsd:string;
  dwc:scientificName 'Dorylaimopsis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2428'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31678'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2428'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31680'^^xsd:string;
  dwc:scientificName 'Dorylaimopsis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2428'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31680'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2428'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27924> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27924'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27924'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27927'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27927'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27948'^^xsd:string;
  dwc:scientificName 'Gastrotricha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27948'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27957'^^xsd:string;
  dwc:scientificName 'Gastrotricha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27957'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27966'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27966'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27970> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27970'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27970'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27972> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27972'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27972'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27994'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27994'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27885> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27885'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27885'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27886> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27886'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27886'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27887> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27887'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27887'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27888> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27888'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27888'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27889'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27889'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27890'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27890'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27891> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27891'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27891'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27892> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27892'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27892'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31593'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31593'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31594'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31594'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31595'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31595'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31596'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31596'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31597'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31597'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31598'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31598'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31599> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31599'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31599'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31602'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31602'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27995> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27995'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27995'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27996> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27996'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27996'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27999'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27999'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28005> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28005'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28005'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28018> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28018'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28018'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28019'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28019'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28020> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_28020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28020'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28020'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27893> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27893'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27893'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27894> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27894'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27894'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27895'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27895'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27896'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27896'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27897> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27897'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27897'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27922> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27922'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27922'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31603'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31603'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31604> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31604'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31604'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31605> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31605'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31605'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31620> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31620'^^xsd:string;
  dwc:scientificName 'Cyatholaimidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2163'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31620'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2163'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31624'^^xsd:string;
  dwc:scientificName 'Cyatholaimidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2163'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31624'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2163'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31626> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31626'^^xsd:string;
  dwc:scientificName 'Cyatholaimidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2163'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31626'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2163'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31630'^^xsd:string;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31630'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31587> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31587'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31587'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31588'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31588'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31590> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31590'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31590'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31591> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31591'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31591'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31592'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31592'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27877'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27877'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27878'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27878'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27879'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27879'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27880> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27880'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27880'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27881> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27881'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27881'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27882> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27882'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27882'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27883'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27883'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27884'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27884'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27809'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27809'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27810'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27810'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27811> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27811'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27811'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27812'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27812'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27816'^^xsd:string;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27816'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27874'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27874'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27875'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27875'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_27876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27876'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27876'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27805'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27805'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27806'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27806'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27807> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27807'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27807'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27808> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27808'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27808'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27761'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27761'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27762> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27762'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27762'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27763'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27763'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27764> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27764'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27764'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27765'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27765'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27802> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27802'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27802'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27803'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27803'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27804'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27804'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31560'^^xsd:string;
  dwc:scientificName 'Cladocera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1076'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31560'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '155670'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31563'^^xsd:string;
  dwc:scientificName 'Cladocera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1076'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31563'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '155670'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31566> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31566'^^xsd:string;
  dwc:scientificName 'Cladocera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1076'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31566'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '155670'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31569'^^xsd:string;
  dwc:scientificName 'Cladocera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1076'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31569'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '155670'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31582'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31582'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31583> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31583'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31583'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31584'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31584'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31586> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31586'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31586'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27757'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27757'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27758> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27758'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27758'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27759'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27759'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27760'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27760'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27701'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27701'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27702'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27702'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27703> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27703'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27703'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27704> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27704'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27704'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27752'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27752'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27754'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27754'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27755'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27755'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27756'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27756'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27626> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27626'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27626'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27627> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27627'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27627'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27628> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27628'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27628'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27629> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27629'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27629'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27630'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27630'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27631'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27631'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27633> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27633'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27633'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27634'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27634'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27639> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27639'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27639'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27640> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27640'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27640'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27642'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27642'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27682> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27682'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27682'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27683> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27683'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27683'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27684'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27684'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27685'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27685'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27635'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27635'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27636'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27636'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27637'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27637'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27686> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27686'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27686'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27687> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27687'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27687'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27688> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27688'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27688'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27689> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27689'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27689'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27690> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27690'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27690'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27691'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27691'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27692'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27692'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27693> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27693'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27693'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27694'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27694'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27695'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27695'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27696'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27696'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27697'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27697'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27698'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27698'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27699> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27699'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27699'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_27700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_27700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia half cage_Sampling 7_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_27700'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia half cage_Sampling 7_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_27700'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25008> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25008'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25008'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25009> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25009'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25009'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25010'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25010'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30866'^^xsd:string;
  dwc:scientificName 'Haliplectus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2391'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30866'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30867'^^xsd:string;
  dwc:scientificName 'Haliplectus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2391'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30867'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30868> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30868'^^xsd:string;
  dwc:scientificName 'Haliplectus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2391'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30868'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30869> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30869'^^xsd:string;
  dwc:scientificName 'Haliplectus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2391'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30869'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30870> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30870'^^xsd:string;
  dwc:scientificName 'Haliplectus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2391'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30870'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23479> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23479'^^xsd:string;
  dwc:scientificName 'Cladocera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1076'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23479'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '155670'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23481'^^xsd:string;
  dwc:scientificName 'Cladocera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1076'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23481'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '155670'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23482> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23482'^^xsd:string;
  dwc:scientificName 'Cladocera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1076'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23482'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '155670'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23483> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23483'^^xsd:string;
  dwc:scientificName 'Cladocera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1076'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23483'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '155670'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23484'^^xsd:string;
  dwc:scientificName 'Cladocera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1076'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23484'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '155670'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23488'^^xsd:string;
  dwc:scientificName 'Cladocera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1076'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23488'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '155670'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23503> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23503'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23503'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23504> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23504'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23504'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23505> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23505'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23505'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23506'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23506'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23507> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23507'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23507'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23508'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23508'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23509'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23509'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23510> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23510'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23510'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23511> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23511'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23511'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23512'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23512'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23513> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23513'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23513'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23514> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23514'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23514'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33096'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33096'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33097> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33097'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33097'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33102'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33102'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33118> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33118'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33118'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33169'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33169'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33170'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33170'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33172'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33172'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33174> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33174'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33174'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33175'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33175'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33176> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33176'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33176'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33179'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33179'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33202> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33202'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33202'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33203'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33203'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33204'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33204'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33206'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33206'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33226'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33226'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33227'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33227'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33228'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33228'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33229'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33229'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33230'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33230'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33231'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33231'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33232'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33232'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33233'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33233'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33234'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33234'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33235'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33235'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33236'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33236'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33238'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33238'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33239'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33239'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33240'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33240'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33241> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33241'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33241'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33242'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33242'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33243'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33243'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33244'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33244'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33245> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33245'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33245'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33250'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33250'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33251'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33251'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33252'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33252'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33253'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33253'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33254'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33254'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33255'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33255'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33260> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33260'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33260'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33262'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33262'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33271'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33271'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33291'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33291'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33296> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33296'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33296'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33298'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33298'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33299> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33299'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33299'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33300> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33300'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33300'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33301> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33301'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33301'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33302'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33302'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33303'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33303'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33305> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33305'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33305'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33306'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33306'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33307'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33307'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33308> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33308'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33308'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33346'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33346'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33347'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33347'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33348'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33348'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33349> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33349'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33349'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33350> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33350'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33350'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33354'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33354'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33358'^^xsd:string;
  dwc:scientificName 'Metopograpsus messor'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '207536'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33358'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '207536'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33359'^^xsd:string;
  dwc:scientificName 'Metopograpsus thukuar'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '207537'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33359'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '207537'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5401__MARBIOL_meiobenthos_Gazi_Bay_1992_33360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33360'^^xsd:string;
  dwc:scientificName 'Sesarma guttatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '209167'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33360'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1061907'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32894> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32894'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32894'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32895'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32895'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32896'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32896'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32897> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32897'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32897'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32898> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32898'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32898'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32899'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32899'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32900'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32900'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32901> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32901'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32901'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32902> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32902'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32902'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32903'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32903'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32904> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32904'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32904'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32905> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32905'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32905'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32906'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32906'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32907> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32907'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32907'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32908'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32908'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32909> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32909'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32909'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32910> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32910'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32910'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32914> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32914'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32914'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32915> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32915'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32915'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32916'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32916'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32917> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32917'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32917'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32918> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32918'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32918'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32919> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32919'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32919'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32922> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32922'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32922'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32926'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32926'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32952> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32952'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32952'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32954'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32954'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32956'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32956'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32958> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32958'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32958'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32962> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32962'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32962'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32963'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32963'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32964'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32964'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32965> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32965'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32965'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32966'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32966'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32967> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32967'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32967'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32968'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32968'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32969> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32969'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32969'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32970> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32970'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32970'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32971> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32971'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32971'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32972> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32972'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32972'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32999'^^xsd:string;
  dwc:scientificName 'Tardigrada'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1276'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32999'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33002'^^xsd:string;
  dwc:scientificName 'Tardigrada'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1276'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33002'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33010'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33010'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33011'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33011'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33012> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33012'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33012'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33013> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33013'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33013'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33014> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33014'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33014'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33015> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33015'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33015'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33016> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_33016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33016'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33016'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33046'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33046'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33047'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33047'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33048'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33048'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33050> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33050'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33050'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33053> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33053'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33053'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33055'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33055'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33056> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33056'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33056'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33082'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33082'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33083'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33083'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33084> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33084'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33084'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33085> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33085'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33085'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33091> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33091'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33091'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33092'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33092'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33094> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33094'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33094'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33095> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_33095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_33095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_33095'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_33095'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32618> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32618'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32618'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32619'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32619'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32620> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32620'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32620'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32621'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32621'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32622> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32622'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32622'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32623> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32623'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32623'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32625'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32625'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32626> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32626'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32626'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32627> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32627'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32627'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32628> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32628'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32628'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32629> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32629'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32629'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32630'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32630'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32631'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32631'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32632'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32632'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32633> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32633'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32633'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32634'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32634'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32635'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32635'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32636'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32636'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32637'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32637'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32662'^^xsd:string;
  dwc:scientificName 'Tardigrada'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1276'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32662'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32664> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32664'^^xsd:string;
  dwc:scientificName 'Tardigrada'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1276'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32664'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32665'^^xsd:string;
  dwc:scientificName 'Tardigrada'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1276'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32665'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32674'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32674'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32675'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32675'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32676'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32676'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32677'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32677'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32678'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32678'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32680'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32680'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32682> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32682'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32682'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32710'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32710'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32711> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32711'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32711'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32712> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32712'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32712'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32713'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32713'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32714'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32714'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32746'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32746'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32747'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32747'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32748'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32748'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32749'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32749'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32750> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32750'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32750'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32751> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32751'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32751'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32752'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32752'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32753> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32753'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32753'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32754'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32754'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32755'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32755'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32757'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32757'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32758> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32758'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32758'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32759'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32759'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32760'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32760'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32762> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32762'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32762'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32766> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32766'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32766'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32782'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32782'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32784'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32784'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32834> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32834'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32834'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32836'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32836'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32837'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32837'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32839'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32839'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32843> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32843'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32843'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32866'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32866'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32867'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32867'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32868> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32868'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32868'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32890'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32890'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32891> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32891'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32891'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32892> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32892'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32892'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32893> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_32893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32893'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32893'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32410'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32410'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32411'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32411'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32413'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32413'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32414'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32414'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32415'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32415'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32417> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32417'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32417'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32418> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32418'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32418'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32419> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32419'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32419'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32420> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32420'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32420'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32421'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32421'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32422> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32422'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32422'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32423'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32423'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32424> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32424'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32424'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32425'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32425'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32426'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32426'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32427> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32427'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32427'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32428> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32428'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32428'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32429> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32429'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32429'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32430'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32430'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32431'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32431'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32433> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32433'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32433'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32446'^^xsd:string;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32446'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32496> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32496'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32496'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32500> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32500'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32500'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32501> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32501'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32501'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32502'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32502'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32503> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32503'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32503'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32505> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32505'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32505'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32507> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32507'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32507'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32508'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32508'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32530> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32530'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32530'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32531> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32531'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32531'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32532'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32532'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32554'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32554'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32555> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32555'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32555'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32556'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32556'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32557'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32557'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32558'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32558'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32559'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32559'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32560'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32560'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32561> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32561'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32561'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32562> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32562'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32562'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32563'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32563'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32564> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32564'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32564'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32565'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32565'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32566> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32566'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32566'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32568> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32568'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32568'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32569'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32569'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32570'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32570'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32571> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32571'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32571'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32572> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32572'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32572'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32573'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32573'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32574'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32574'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32578> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32578'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32578'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32579'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32579'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32580> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32580'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32580'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32581> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32581'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32581'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32582'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32582'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32583> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32583'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32583'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32601'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32601'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32614'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32614'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32615> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32615'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32615'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32616'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32616'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32617> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32617'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32617'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32164'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32164'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32167'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32167'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32168'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32168'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32178> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32178'^^xsd:string;
  dwc:scientificName 'Sabatieria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2433'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32178'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2433'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32182> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32182'^^xsd:string;
  dwc:scientificName 'Sigmophoranema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2349'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32182'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2349'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32184'^^xsd:string;
  dwc:scientificName 'Sigmophoranema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2349'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32184'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2349'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32218'^^xsd:string;
  dwc:scientificName 'Sphaerolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2451'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32218'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2451'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32219'^^xsd:string;
  dwc:scientificName 'Sphaerolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2451'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32219'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2451'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32220> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32220'^^xsd:string;
  dwc:scientificName 'Sphaerolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2451'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32220'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2451'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32225'^^xsd:string;
  dwc:scientificName 'Sphaerolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2451'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32225'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2451'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32226'^^xsd:string;
  dwc:scientificName 'Sphaerolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2451'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32226'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2451'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32230'^^xsd:string;
  dwc:scientificName 'Spilophorella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2302'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32230'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32231'^^xsd:string;
  dwc:scientificName 'Spilophorella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2302'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32231'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32242'^^xsd:string;
  dwc:scientificName 'Spirinia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2350'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32242'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32243'^^xsd:string;
  dwc:scientificName 'Spirinia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2350'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32243'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32244'^^xsd:string;
  dwc:scientificName 'Spirinia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2350'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32244'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32246> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32246'^^xsd:string;
  dwc:scientificName 'Spirinia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2350'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32246'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32247> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32247'^^xsd:string;
  dwc:scientificName 'Spirinia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2350'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32247'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32253'^^xsd:string;
  dwc:scientificName 'Spirinia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2350'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32253'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32271'^^xsd:string;
  dwc:scientificName 'Syringolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2526'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32271'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32273'^^xsd:string;
  dwc:scientificName 'Syringolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2526'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32273'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32274'^^xsd:string;
  dwc:scientificName 'Syringolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2526'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32274'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32276'^^xsd:string;
  dwc:scientificName 'Syringolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2526'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32276'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32295'^^xsd:string;
  dwc:scientificName 'Tardigrada'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1276'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32295'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32298'^^xsd:string;
  dwc:scientificName 'Tardigrada'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1276'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32298'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32302'^^xsd:string;
  dwc:scientificName 'Terschellingia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2479'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32302'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2479'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32303'^^xsd:string;
  dwc:scientificName 'Terschellingia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2479'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32303'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2479'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32304> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32304'^^xsd:string;
  dwc:scientificName 'Terschellingia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2479'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32304'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2479'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32305> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32305'^^xsd:string;
  dwc:scientificName 'Terschellingia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2479'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32305'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2479'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32306'^^xsd:string;
  dwc:scientificName 'Terschellingia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2479'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32306'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2479'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32307'^^xsd:string;
  dwc:scientificName 'Terschellingia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2479'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32307'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2479'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32309> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32309'^^xsd:string;
  dwc:scientificName 'Terschellingia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2479'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32309'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2479'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32310> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32310'^^xsd:string;
  dwc:scientificName 'Terschellingia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2479'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32310'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2479'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32313'^^xsd:string;
  dwc:scientificName 'Terschellingia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2479'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32313'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2479'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32314> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32314'^^xsd:string;
  dwc:scientificName 'Theristus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2469'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32314'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2469'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32315'^^xsd:string;
  dwc:scientificName 'Theristus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2469'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32315'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2469'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32316'^^xsd:string;
  dwc:scientificName 'Theristus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2469'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32316'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2469'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32317'^^xsd:string;
  dwc:scientificName 'Theristus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2469'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32317'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2469'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32318'^^xsd:string;
  dwc:scientificName 'Theristus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2469'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32318'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2469'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32319> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32319'^^xsd:string;
  dwc:scientificName 'Theristus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2469'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32319'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2469'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32320'^^xsd:string;
  dwc:scientificName 'Theristus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2469'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32320'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2469'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32321'^^xsd:string;
  dwc:scientificName 'Theristus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2469'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32321'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2469'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32322'^^xsd:string;
  dwc:scientificName 'Theristus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2469'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32322'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2469'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32324'^^xsd:string;
  dwc:scientificName 'Theristus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2469'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32324'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2469'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32325'^^xsd:string;
  dwc:scientificName 'Theristus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2469'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32325'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2469'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32326> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32326'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32326'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32327'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32327'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32338> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32338'^^xsd:string;
  dwc:scientificName 'Unknown Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32338'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32340'^^xsd:string;
  dwc:scientificName 'Unknown Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32340'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32341> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32341'^^xsd:string;
  dwc:scientificName 'Unknown Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32341'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32342'^^xsd:string;
  dwc:scientificName 'Unknown Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32342'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32343'^^xsd:string;
  dwc:scientificName 'Unknown Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32343'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32344'^^xsd:string;
  dwc:scientificName 'Unknown Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32344'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32345> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32345'^^xsd:string;
  dwc:scientificName 'Unknown Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32345'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32346'^^xsd:string;
  dwc:scientificName 'Unknown Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32346'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32348'^^xsd:string;
  dwc:scientificName 'Unknown Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32348'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32349> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32349'^^xsd:string;
  dwc:scientificName 'Unknown Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32349'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32374> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32374'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32374'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32375'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32375'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32376'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32376'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32377'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32377'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32378'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32378'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32379> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32379'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32379'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20half%20cage_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_32397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops half cage_Sampling 1_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32397'^^xsd:string;
  dwc:scientificName 'Cladocera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops half cage_Sampling 1_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1076'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32397'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '155670'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31958> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31958'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31958'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31959'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31959'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31960'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31960'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31961'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31961'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31962> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31962'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31962'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31963'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31963'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31964'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31964'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31965> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31965'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31965'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31967> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31967'^^xsd:string;
  dwc:scientificName 'Neochromadora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2300'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31967'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2300'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31968'^^xsd:string;
  dwc:scientificName 'Neochromadora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2300'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31968'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2300'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31983'^^xsd:string;
  dwc:scientificName 'Odontophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2418'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31983'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2418'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31990'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31990'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31992> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31992'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31992'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31993> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31993'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31993'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31994'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31994'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31996> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31996'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31996'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31997> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31997'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31997'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31998'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31998'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32002'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32002'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32003'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32003'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32004'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32004'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32010'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32010'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32017'^^xsd:string;
  dwc:scientificName 'Oxystomina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2551'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32017'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32020> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32020'^^xsd:string;
  dwc:scientificName 'Oxystomina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2551'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32020'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32022'^^xsd:string;
  dwc:scientificName 'Oxystomina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2551'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32022'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32024> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32024'^^xsd:string;
  dwc:scientificName 'Oxystomina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2551'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32024'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32025'^^xsd:string;
  dwc:scientificName 'Oxystomina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2551'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32025'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32042'^^xsd:string;
  dwc:scientificName 'Paralinhomoeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2491'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32042'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2490'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32063'^^xsd:string;
  dwc:scientificName 'Parodontophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2420'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32063'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2420'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32064> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32064'^^xsd:string;
  dwc:scientificName 'Parodontophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2420'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32064'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2420'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32066'^^xsd:string;
  dwc:scientificName 'Parodontophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2420'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32066'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2420'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32067'^^xsd:string;
  dwc:scientificName 'Parodontophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2420'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32067'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2420'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32070'^^xsd:string;
  dwc:scientificName 'Parodontophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2420'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32070'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2420'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32080> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32080'^^xsd:string;
  dwc:scientificName 'Plectus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '227271'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32080'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '227271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32083'^^xsd:string;
  dwc:scientificName 'Plectus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '227271'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32083'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '227271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32086'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32086'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32088> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32088'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32088'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32090> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32090'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32090'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32094> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32094'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32094'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32102'^^xsd:string;
  dwc:scientificName 'Pomponema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2318'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32102'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32109'^^xsd:string;
  dwc:scientificName 'Pomponema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2318'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32109'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32133'^^xsd:string;
  dwc:scientificName 'Prochromadorella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2281'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32133'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32134> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32134'^^xsd:string;
  dwc:scientificName 'Ptycholaimellus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2301'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32134'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32135> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32135'^^xsd:string;
  dwc:scientificName 'Ptycholaimellus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2301'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32135'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32136> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32136'^^xsd:string;
  dwc:scientificName 'Ptycholaimellus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2301'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32136'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32137> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32137'^^xsd:string;
  dwc:scientificName 'Ptycholaimellus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2301'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32137'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32138'^^xsd:string;
  dwc:scientificName 'Ptycholaimellus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2301'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32138'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32139'^^xsd:string;
  dwc:scientificName 'Ptycholaimellus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2301'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32139'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32140'^^xsd:string;
  dwc:scientificName 'Ptycholaimellus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2301'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32140'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32141'^^xsd:string;
  dwc:scientificName 'Ptycholaimellus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2301'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32141'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32142> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32142'^^xsd:string;
  dwc:scientificName 'Ptycholaimellus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2301'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32142'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32145'^^xsd:string;
  dwc:scientificName 'Ptycholaimellus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2301'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32145'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32146'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32146'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32147'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32147'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32148'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32148'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32149'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32149'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32150> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32150'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32150'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32151'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32151'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32154'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32154'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32155> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32155'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32155'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32157> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32157'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32157'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32158'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32158'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32159> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32159'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32159'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32161> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_32161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_32161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_32161'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_32161'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30671'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30671'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30672> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30672'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30672'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30674'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30674'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30676'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30676'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30696'^^xsd:string;
  dwc:scientificName 'Cyatholaimidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2163'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30696'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2163'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30701'^^xsd:string;
  dwc:scientificName 'Cyatholaimidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2163'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30701'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2163'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30706'^^xsd:string;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30706'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30707'^^xsd:string;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30707'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30708'^^xsd:string;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30708'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30710'^^xsd:string;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30710'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30713'^^xsd:string;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30713'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30715> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30715'^^xsd:string;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30715'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30717'^^xsd:string;
  dwc:scientificName 'Daptonema'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2455'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30717'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2455'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30730> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30730'^^xsd:string;
  dwc:scientificName 'Desmodora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2339'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30730'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2339'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30731'^^xsd:string;
  dwc:scientificName 'Desmodora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2339'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30731'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2339'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30732'^^xsd:string;
  dwc:scientificName 'Desmodora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2339'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30732'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2339'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30733'^^xsd:string;
  dwc:scientificName 'Desmodora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2339'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30733'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2339'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30734'^^xsd:string;
  dwc:scientificName 'Desmodora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2339'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30734'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2339'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30735'^^xsd:string;
  dwc:scientificName 'Desmodora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2339'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30735'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2339'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30736'^^xsd:string;
  dwc:scientificName 'Desmodora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2339'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30736'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2339'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30738'^^xsd:string;
  dwc:scientificName 'Desmodora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2339'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30738'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2339'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30740> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30740'^^xsd:string;
  dwc:scientificName 'Desmodora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2339'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30740'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2339'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30741'^^xsd:string;
  dwc:scientificName 'Desmodora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2339'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30741'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2339'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30748'^^xsd:string;
  dwc:scientificName 'Dorylaimidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '153383'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30748'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '153383'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30753> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30753'^^xsd:string;
  dwc:scientificName 'Dorylaimidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '153383'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30753'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '153383'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30754'^^xsd:string;
  dwc:scientificName 'Dorylaimopsis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2428'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30754'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2428'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30755'^^xsd:string;
  dwc:scientificName 'Dorylaimopsis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2428'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30755'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2428'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30756'^^xsd:string;
  dwc:scientificName 'Dorylaimopsis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2428'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30756'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2428'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30767'^^xsd:string;
  dwc:scientificName 'Ethmolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2323'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30767'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2323'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30769'^^xsd:string;
  dwc:scientificName 'Ethmolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2323'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30769'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2323'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30770'^^xsd:string;
  dwc:scientificName 'Ethmolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2323'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30770'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2323'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30771'^^xsd:string;
  dwc:scientificName 'Ethmolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2323'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30771'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2323'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30772'^^xsd:string;
  dwc:scientificName 'Ethmolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2323'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30772'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2323'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30773'^^xsd:string;
  dwc:scientificName 'Ethmolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2323'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30773'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2323'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30774> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30774'^^xsd:string;
  dwc:scientificName 'Ethmolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2323'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30774'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2323'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30776> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30776'^^xsd:string;
  dwc:scientificName 'Ethmolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2323'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30776'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2323'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30779'^^xsd:string;
  dwc:scientificName 'Eubostrichus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2351'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30779'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2351'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30780'^^xsd:string;
  dwc:scientificName 'Eubostrichus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2351'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30780'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2351'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30783> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30783'^^xsd:string;
  dwc:scientificName 'Eubostrichus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2351'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30783'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2351'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30790> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30790'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30790'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30791> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30791'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30791'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30792'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30792'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30793'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30793'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30835'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30835'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30838'^^xsd:string;
  dwc:scientificName 'Halalaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2548'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30838'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30839'^^xsd:string;
  dwc:scientificName 'Halalaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2548'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30839'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30840'^^xsd:string;
  dwc:scientificName 'Halalaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2548'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30840'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30842> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30842'^^xsd:string;
  dwc:scientificName 'Halalaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2548'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30842'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30844'^^xsd:string;
  dwc:scientificName 'Halalaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2548'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30844'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30851> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30851'^^xsd:string;
  dwc:scientificName 'Halichoanolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2332'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30851'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2332'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30852'^^xsd:string;
  dwc:scientificName 'Halichoanolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2332'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30852'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2332'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30853> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30853'^^xsd:string;
  dwc:scientificName 'Halichoanolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2332'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30853'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2332'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30855'^^xsd:string;
  dwc:scientificName 'Halichoanolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2332'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30855'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2332'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30857'^^xsd:string;
  dwc:scientificName 'Halichoanolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2332'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30857'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2332'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30858> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30858'^^xsd:string;
  dwc:scientificName 'Halichoanolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2332'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30858'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2332'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30865'^^xsd:string;
  dwc:scientificName 'Haliplectus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2391'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30865'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31935'^^xsd:string;
  dwc:scientificName 'Monhystera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2447'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31935'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2447'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31937'^^xsd:string;
  dwc:scientificName 'Monhystera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2447'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31937'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2447'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31938'^^xsd:string;
  dwc:scientificName 'Monhystera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2447'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31938'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2447'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31940'^^xsd:string;
  dwc:scientificName 'Monhystera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2447'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31940'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2447'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31954'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31954'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31955'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31955'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31956'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31956'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%20B_MARBIOL_meiobenthos_Gazi_Bay_1992_31957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_31957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling B_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_31957'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling B_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_31957'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30396'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30396'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30399> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30399'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30399'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30406'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30406'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30407'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30407'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30408> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30408'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30408'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30409'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30409'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30412'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30412'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30415'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30415'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30437'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30437'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30442> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30442'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30442'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30443> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30443'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30443'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30444> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30444'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30444'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30446'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30446'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30447'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30447'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30448'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30448'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30449> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30449'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30449'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30451> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30451'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30451'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30452'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30452'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30453> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30453'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30453'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30478> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30478'^^xsd:string;
  dwc:scientificName 'Tardigrada'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1276'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30478'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30479> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30479'^^xsd:string;
  dwc:scientificName 'Tardigrada'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1276'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30479'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30480> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30480'^^xsd:string;
  dwc:scientificName 'Tardigrada'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1276'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30480'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30490> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30490'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30490'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30491> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30491'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30491'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30492'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30492'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30493> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30493'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30493'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30495> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30495'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30495'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30502'^^xsd:string;
  dwc:scientificName 'Adoncholaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2565'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30502'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2565'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30503> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30503'^^xsd:string;
  dwc:scientificName 'Adoncholaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2565'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30503'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2565'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30504> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30504'^^xsd:string;
  dwc:scientificName 'Adoncholaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2565'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30504'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2565'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30505> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30505'^^xsd:string;
  dwc:scientificName 'Adoncholaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2565'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30505'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2565'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30506'^^xsd:string;
  dwc:scientificName 'Adoncholaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2565'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30506'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2565'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30508'^^xsd:string;
  dwc:scientificName 'Adoncholaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2565'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30508'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2565'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30509'^^xsd:string;
  dwc:scientificName 'Adoncholaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2565'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30509'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2565'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30527> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30527'^^xsd:string;
  dwc:scientificName 'Anoplostoma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2498'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30527'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2498'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30538'^^xsd:string;
  dwc:scientificName 'Bathylaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2586'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30538'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30539'^^xsd:string;
  dwc:scientificName 'Bathylaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2586'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30539'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30540> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30540'^^xsd:string;
  dwc:scientificName 'Bathylaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2586'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30540'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2586'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30553'^^xsd:string;
  dwc:scientificName 'Belondira'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '956631'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30553'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '956631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30557'^^xsd:string;
  dwc:scientificName 'Belondira'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '956631'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30557'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '956631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30575> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30575'^^xsd:string;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30575'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30576'^^xsd:string;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30576'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30579'^^xsd:string;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30579'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30585'^^xsd:string;
  dwc:scientificName 'Camacolaimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2393'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30585'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2394'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30588'^^xsd:string;
  dwc:scientificName 'Chromadora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2277'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30588'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30600'^^xsd:string;
  dwc:scientificName 'Chromadorita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2294'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30600'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30610> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30610'^^xsd:string;
  dwc:scientificName 'Chromaspirina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2345'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30610'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30611> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30611'^^xsd:string;
  dwc:scientificName 'Chromaspirina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2345'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30611'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30612> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30612'^^xsd:string;
  dwc:scientificName 'Chromaspirina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2345'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30612'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30613'^^xsd:string;
  dwc:scientificName 'Chromaspirina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2345'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30613'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30614'^^xsd:string;
  dwc:scientificName 'Chromaspirina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2345'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30614'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30615> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30615'^^xsd:string;
  dwc:scientificName 'Chromaspirina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2345'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30615'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30617> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30617'^^xsd:string;
  dwc:scientificName 'Chromaspirina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2345'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30617'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30618> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30618'^^xsd:string;
  dwc:scientificName 'Chromaspirina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2345'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30618'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30619'^^xsd:string;
  dwc:scientificName 'Chromaspirina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2345'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30619'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30620> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30620'^^xsd:string;
  dwc:scientificName 'Chromaspirina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2345'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30620'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30621'^^xsd:string;
  dwc:scientificName 'Chromaspirina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2345'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30621'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30658'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30658'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30660'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30660'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30661'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30661'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30662'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30662'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30665'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30665'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30667'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30667'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%207_MARBIOL_meiobenthos_Gazi_Bay_1992_30670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 7_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30670'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 7_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30670'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30107'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30107'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30109'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30109'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30110> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30110'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30110'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30111> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30111'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30111'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30112> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30112'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30112'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30113> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30113'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30113'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30114> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30114'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30114'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30115> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30115'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30115'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30116> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30116'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30116'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30117> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30117'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30117'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30144'^^xsd:string;
  dwc:scientificName 'Tardigrada'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1276'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30144'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '1276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30154'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30154'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30155> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30155'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30155'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30156'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30156'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30157> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30157'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30157'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30158'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30158'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30159> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30159'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30159'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30160> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30160'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30160'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30163> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30163'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30163'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30190> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30190'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30190'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30192> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30192'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30192'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30193'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30193'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30195> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30195'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30195'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30226'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30226'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30227'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30227'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30230'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30230'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30232'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30232'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30235'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30235'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30238'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30238'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30239'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30239'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30241> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30241'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30241'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30274'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30274'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30275'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30275'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30276'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30276'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30312> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30312'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30312'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30318'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30318'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30321'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30321'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30322'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30322'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30324'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30324'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30346'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30346'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30347'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30347'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30348'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30348'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30370'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30370'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30371'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30371'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30372'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30372'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30373'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30373'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30374> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30374'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30374'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30375'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30375'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30376'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30376'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30377'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30377'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30378'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30378'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30379> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30379'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30379'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30380'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30380'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30381> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30381'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30381'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30382'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30382'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30383'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30383'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30384'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30384'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30385'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30385'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30386> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30386'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30386'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30387> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30387'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30387'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30388'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30388'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30389> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30389'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30389'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30394> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30394'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30394'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30395> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%206_MARBIOL_meiobenthos_Gazi_Bay_1992_30395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 6_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30395'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 6_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30395'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29808> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29808'^^xsd:string;
  dwc:scientificName 'Tardigrada'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1276'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29808'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '1276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29811> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29811'^^xsd:string;
  dwc:scientificName 'Tardigrada'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1276'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29811'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '1276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29818'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29818'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29819'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29819'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29820'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29820'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29822> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29822'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29822'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29823'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29823'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29825'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29825'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29826'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29826'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29854> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29854'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29854'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29856> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29856'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29856'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29857'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29857'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29863'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29863'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29890'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29890'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29891> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29891'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29891'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29892> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29892'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29892'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29897> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29897'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29897'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29900'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29900'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29901> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29901'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29901'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29902> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29902'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29902'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29903'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29903'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29904> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29904'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29904'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29912> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29912'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29912'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29939> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29939'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29939'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29940'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29940'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29977> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29977'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29977'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29979> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29979'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29979'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29980'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29980'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29981> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29981'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29981'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29982> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29982'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29982'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29983'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29983'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29986'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29986'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_29987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29987'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29987'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30011'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30011'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30012> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30012'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30012'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30018> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30018'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30018'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30034'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30034'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30035'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30035'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30036> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30036'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30036'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30037'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30037'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30038> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30038'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30038'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30039> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30039'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30039'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30040'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30040'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30041'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30041'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30042'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30042'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30043> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30043'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30043'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30044'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30044'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30045'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30045'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30046'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30046'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30047'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30047'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30048'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30048'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30049> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30049'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30049'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30050> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30050'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30050'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30051'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30051'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30054> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30054'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30054'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30059> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30059'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30059'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30060'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30060'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30063'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30063'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30070'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30070'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30071'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30071'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30079> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30079'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30079'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30099> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30099'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30099'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30104'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30104'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%205_MARBIOL_meiobenthos_Gazi_Bay_1992_30106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_30106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 5_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_30106'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 5_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_30106'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29558'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29558'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29561> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29561'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29561'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29562> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29562'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29562'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29563'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29563'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29564> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29564'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29564'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29567'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29567'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29568> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29568'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29568'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29569'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29569'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29572> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29572'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29572'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29575> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29575'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29575'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29576'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29576'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29602'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29602'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29603'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29603'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29604> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29604'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29604'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29607> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29607'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29607'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29674'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29674'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29675'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29675'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29676'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29676'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29698'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29698'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29699> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29699'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29699'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29700'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29700'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29701'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29701'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29702'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29702'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29703> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29703'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29703'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29704> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29704'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29704'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29705> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29705'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29705'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29706'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29706'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29707'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29707'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29708'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29708'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29709> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29709'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29709'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29710'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29710'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29711> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29711'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29711'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29712> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29712'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29712'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29713'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29713'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29714'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29714'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29715> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29715'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29715'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29719> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29719'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29719'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29722'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29722'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29723> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29723'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29723'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29724'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29724'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29733'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29733'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29734'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29734'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29735'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29735'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29736'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29736'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29738'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29738'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29745'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29745'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29759'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29759'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29760'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29760'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29761'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29761'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29762> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29762'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29762'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29763'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29763'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29764> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29764'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29764'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29765'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29765'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29766> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29766'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29766'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29768'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29768'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29769'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29769'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29771'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29771'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29773'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29773'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29774> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29774'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29774'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29776> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29776'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29776'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29777'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29777'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29779'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29779'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29780'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29780'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29807> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29807'^^xsd:string;
  dwc:scientificName 'Tardigrada'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1276'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29807'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '1276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29340'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29340'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29342'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29342'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29362'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29362'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29363'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29363'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29364'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29364'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29365'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29365'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29366'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29366'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29367> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29367'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29367'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29368'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29368'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29369'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29369'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29370'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29370'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29371'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29371'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29372'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29372'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29373'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29373'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29374> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29374'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29374'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29375'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29375'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29376'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29376'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29378'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29378'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29379> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29379'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29379'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29381> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29381'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29381'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29382'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29382'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29384'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29384'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29386> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29386'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29386'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29387> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29387'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29387'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29388'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29388'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29390'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29390'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29391> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29391'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29391'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29394> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29394'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29394'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29396'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29396'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29398> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29398'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29398'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29400> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29400'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29400'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29401> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29401'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29401'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29403> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29403'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29403'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29422> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29422'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29422'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29423'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29423'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29424> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29424'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29424'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29425'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29425'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29426'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29426'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29427> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29427'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29427'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29428> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29428'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29428'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29429> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29429'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29429'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29430'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29430'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29432> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29432'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29432'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29433> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29433'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29433'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29443> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29443'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29443'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29444> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29444'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29444'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29445> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29445'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29445'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29482> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29482'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29482'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29483> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29483'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29483'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29484'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29484'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29485> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29485'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29485'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29486> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29486'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29486'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29488'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29488'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29492'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29492'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29499> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29499'^^xsd:string;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29499'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29518> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29518'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29518'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29519'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29519'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29520> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29520'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29520'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29523> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29523'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29523'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29532'^^xsd:string;
  dwc:scientificName 'Cladocera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1076'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29532'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '155670'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29554'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29554'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29555> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29555'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29555'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29556'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29556'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%204_MARBIOL_meiobenthos_Gazi_Bay_1992_29557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 4_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29557'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 4_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29557'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29042'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29042'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29043> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29043'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29043'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29044'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29044'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29045'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29045'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29046'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29046'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29050> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29050'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29050'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29051'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29051'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29052> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29052'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29052'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29053> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29053'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29053'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29055'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29055'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29062'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29062'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29064> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29064'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29064'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29065> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29065'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29065'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29067'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29067'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29072'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29072'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29086'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29086'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29087'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29087'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29088> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29088'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29088'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29089> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29089'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29089'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29091> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29091'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29091'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29092'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29092'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29094> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29094'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29094'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29096'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29096'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29101> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29101'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29101'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29102'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29102'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29104'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29104'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29105'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29105'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29107'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29107'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29108'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29108'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29109'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29109'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29134> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29134'^^xsd:string;
  dwc:scientificName 'Tardigrada'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1276'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29134'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29136> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29136'^^xsd:string;
  dwc:scientificName 'Tardigrada'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1276'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29136'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29146'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29146'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29147'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29147'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29148'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29148'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29149'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29149'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29150> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29150'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29150'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29182> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29182'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29182'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29183> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29183'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29183'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29184'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29184'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29185'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29185'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29187> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29187'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29187'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29196> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29196'^^xsd:string;
  dwc:scientificName 'Cladocera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1076'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29196'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '155670'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29218'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29218'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29219'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29219'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29220> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29220'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29220'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29221'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29221'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29223'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29223'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29226'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29226'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29228'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29228'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29230'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29230'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29231'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29231'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29232'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29232'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29233'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29233'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29235'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29235'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29238'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29238'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29266'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29266'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29267'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29267'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29268'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29268'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29269'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29269'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29271'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29271'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29302'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29302'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29338> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29338'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29338'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29339> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_29339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 3_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29339'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 3_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29339'^^xsd:string;
  dwc:observationDate '1992-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28767'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28767'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28768'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28768'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28769'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28769'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28770'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28770'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28771'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28771'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28772'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28772'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28773'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28773'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28799> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28799'^^xsd:string;
  dwc:scientificName 'Tardigrada'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1276'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28799'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28810'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28810'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28811> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28811'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28811'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28812'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28812'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28813> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28813'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28813'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28814'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28814'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28816'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28816'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28822> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28822'^^xsd:string;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28822'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28824> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28824'^^xsd:string;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28824'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28846> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28846'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28846'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28847> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28847'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28847'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28848> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28848'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28848'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28849'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28849'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28860> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28860'^^xsd:string;
  dwc:scientificName 'Cladocera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1076'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28860'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '155670'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28882> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28882'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28882'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28883'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28883'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28884'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28884'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28885> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28885'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28885'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28886> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28886'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28886'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28888> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28888'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28888'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28892> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28892'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28892'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28894> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28894'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28894'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28895'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28895'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28896'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28896'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28897> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28897'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28897'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28898> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28898'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28898'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28899'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28899'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28900'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28900'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28903'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28903'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28930> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28930'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28930'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28931> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28931'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28931'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28932> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28932'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28932'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28933> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28933'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28933'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28938'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28938'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28973'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28973'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28975> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28975'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28975'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_28978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28978'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28978'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29002'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29002'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29003'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29003'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29004'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29004'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29007'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29007'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29026> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29026'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29026'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29027'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29027'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29028'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29028'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29029'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29029'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29030> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29030'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29030'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29031> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29031'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29031'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29032'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29032'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29033'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29033'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29034'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29034'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29035'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29035'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29036> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29036'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29036'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29037'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29037'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29038> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29038'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29038'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29039> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29039'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29039'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29040'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29040'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_29041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_29041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops cage_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_29041'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops cage_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_29041'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24944'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24944'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24945> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24945'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24945'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24994'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24994'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24995> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24995'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24995'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24996> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24996'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24996'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24997> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24997'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24997'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24998'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24998'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24999'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24999'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25000> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25000'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25000'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25001> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25001'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25001'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25002'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25002'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25003'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25003'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25004'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25004'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25005> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25005'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25005'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25006'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25006'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_25007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_25007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_25007'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_25007'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28598'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28598'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28599> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28599'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28599'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28600'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28600'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28602'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28602'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28603'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28603'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28604> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28604'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28604'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28624'^^xsd:string;
  dwc:scientificName 'Gastrotricha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28624'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28631'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28631'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28634'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28634'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28636'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28636'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28643'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28643'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28666> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28666'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28666'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28667'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28667'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28668'^^xsd:string;
  dwc:scientificName 'Kinorhyncha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101060'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28668'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '101060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28690> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28690'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28690'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28691'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28691'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28692'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28692'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28693> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28693'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28693'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28694'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28694'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28695'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28695'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28696'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28696'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28697'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28697'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28698'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28698'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28699> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28699'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28699'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28700'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28700'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28701'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28701'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28702'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28702'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28703> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28703'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28703'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28704> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28704'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28704'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28705> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28705'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28705'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28706'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28706'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28707'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28707'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28708'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28708'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28710'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28710'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28714'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28714'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28715> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28715'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28715'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28718> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28718'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28718'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28727> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28727'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28727'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28728> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28728'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28728'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28731'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28731'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28734'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28734'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28735'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28735'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28736'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28736'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28762> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28762'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28762'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28763'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28763'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28764> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28764'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28764'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28765'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28765'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28766> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Ceriops%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_28766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_28766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Ceriops blanco_Sampling 3_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_28766'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Ceriops blanco_Sampling 3_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_28766'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24665'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24665'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24666> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24666'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24666'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24667'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24667'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24668'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24668'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24669> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24669'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24669'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24670'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24670'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24671'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24671'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24672> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24672'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24672'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24673'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24673'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24674'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24674'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24675'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24675'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24676'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24676'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24677'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24677'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24678'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24678'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24679> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24679'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24679'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24680'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24680'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24681'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24681'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24684'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24684'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24695'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24695'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24699> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24699'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24699'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24719> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24719'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24719'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24722'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24722'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24724'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24724'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24728> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24728'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24728'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24730> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24730'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24730'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24731'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24731'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24732'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24732'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24733'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24733'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24734'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24734'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24735'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24735'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24736'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24736'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24737'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24737'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24738'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24738'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24739> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24739'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24739'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24740> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24740'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24740'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24741'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24741'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24778> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24778'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24778'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24779'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24779'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24780'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24780'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24781'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24781'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24782'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24782'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24783> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24783'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24783'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24784'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24784'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24785'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24785'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24786'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24786'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24787'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24787'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24788> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24788'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24788'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24789> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24789'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24789'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24814'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24814'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24850'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24850'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24851> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24851'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24851'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24852'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24852'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24854> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24854'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24854'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24863'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24863'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24866'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24866'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24905> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24905'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24905'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24934> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24934'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24934'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24936> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24936'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24936'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24937'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24937'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24939> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24939'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24939'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24940'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24940'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24941> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24941'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24941'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24942'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24942'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 3_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24943'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 3_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24943'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24601'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24601'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24602'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24602'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24603'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24603'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24604> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24604'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24604'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24605> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24605'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24605'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24606'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24606'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24607> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24607'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24607'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24608> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24608'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24608'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24609'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24609'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24658'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24658'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24659'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24659'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24660'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24660'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24661'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24661'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24662'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24662'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24663> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24663'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24663'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24664> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24664'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24664'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24337'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24337'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24338> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24338'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24338'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24339> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24339'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24339'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24340'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24340'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24341> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24341'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24341'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24342'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24342'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24343'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24343'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24344'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24344'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24345> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24345'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24345'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24361'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24361'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24371'^^xsd:string;
  dwc:scientificName 'Priapulida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '101063'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24371'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '101063'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24382'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24382'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24384'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24384'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24385'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24385'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24386> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24386'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24386'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24387> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24387'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24387'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24388'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24388'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24389> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24389'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24389'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24390'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24390'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24391> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24391'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24391'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24392> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24392'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24392'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24393> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24393'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24393'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24442> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24442'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24442'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24443> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24443'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24443'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24444> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24444'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24444'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24445> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24445'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24445'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24446'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24446'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24447'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24447'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24448'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24448'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24449> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24449'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24449'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24450> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24450'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24450'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24451> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24451'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24451'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24452'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24452'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24453> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24453'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24453'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24480> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24480'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24480'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24482> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24482'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24482'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24485> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24485'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24485'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24486> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24486'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24486'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24487'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24487'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24489> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24489'^^xsd:string;
  dwc:scientificName 'Ciliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '125741'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24489'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '125741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24515> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24515'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24515'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24516> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24516'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24516'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24517> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24517'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24517'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24565'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24565'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24567'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24567'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24598'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24598'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24599> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24599'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24599'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20cage_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia cage_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24600'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia cage_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24600'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24046'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24046'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24047'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24047'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24048'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24048'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24049> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24049'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24049'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24050> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24050'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24050'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24051'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24051'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24052> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24052'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24052'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24053> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24053'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24053'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24054> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24054'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24054'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24055'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24055'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24057> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24057'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24057'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24068'^^xsd:string;
  dwc:scientificName 'Rotifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '14260'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24068'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '14260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24106'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24106'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24107'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24107'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24108'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24108'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24109'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24109'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24110> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24110'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24110'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24111> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24111'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24111'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24112> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24112'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24112'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24113> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24113'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24113'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24114> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24114'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24114'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24115> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24115'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24115'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24117> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24117'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24117'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24118> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24118'^^xsd:string;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24118'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24124'^^xsd:string;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24124'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24178> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24178'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24178'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24179'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24179'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24180'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24180'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24182> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24182'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24182'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24188> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24188'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24188'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24191'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24191'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24192> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24192'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24192'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24195> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24195'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24195'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24196> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24196'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24196'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24200> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24200'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24200'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24226'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24226'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24232'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24232'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24262'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24262'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24263'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24263'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24264> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24264'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24264'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24265'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24265'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24266'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24266'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24267'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24267'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24268'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24268'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24269'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24269'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24270'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24270'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24271'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24271'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24272'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24272'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24273'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24273'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24322'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24322'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24323'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24323'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24324'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24324'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24325'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24325'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24326> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24326'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24326'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24327'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24327'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24328'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24328'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24329'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24329'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24330'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24330'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24331'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24331'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24332'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24332'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24333'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24333'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24334> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24334'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24334'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24335'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24335'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24336> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%203_MARBIOL_meiobenthos_Gazi_Bay_1992_24336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 3_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24336'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 3_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24336'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23775'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23775'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23776> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23776'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23776'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23777'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23777'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23778> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23778'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23778'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23779'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23779'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23781'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23781'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23782'^^xsd:string;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23782'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23796'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23796'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23819'^^xsd:string;
  dwc:scientificName 'Cladocera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1076'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23819'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '155670'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23829> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23829'^^xsd:string;
  dwc:scientificName 'Cladocera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1076'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23829'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '155670'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23842> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23842'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23842'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23844'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23844'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23854> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23854'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23854'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23855'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23855'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23856> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23856'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23856'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23890'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23890'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23891> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23891'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23891'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23893> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23893'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23893'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23894> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23894'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23894'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23896'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23896'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23897> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23897'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23897'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23898> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23898'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23898'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23900'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23900'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23926'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23926'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23927'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23927'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23928> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23928'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23928'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23929> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23929'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23929'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23930> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23930'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23930'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23931> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23931'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23931'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23932> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23932'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23932'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23933> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23933'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23933'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23934> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23934'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23934'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23935'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23935'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23936> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23936'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23936'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23937'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23937'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23986'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23986'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23987'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23987'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23988'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23988'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23989> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23989'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23989'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23990'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23990'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23991'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23991'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23992> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23992'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23992'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23993> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23993'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23993'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23994'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23994'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23995> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23995'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23995'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23996> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23996'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23996'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23997> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23997'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23997'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23998'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23998'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_23999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23999'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23999'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24000> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24000'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24000'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24001> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24001'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24001'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24002'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24002'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24003'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24003'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24004'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24004'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24005> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24005'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24005'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24006'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24006'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24007'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24007'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24009> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24009'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24009'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24011'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24011'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24014> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24014'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24014'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24015> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24015'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24015'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24020> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24020'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24020'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24026> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24026'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24026'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24031> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%202_MARBIOL_meiobenthos_Gazi_Bay_1992_24031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_24031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 2_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_24031'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 2_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_24031'^^xsd:string;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23515> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23515'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23515'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23516> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23516'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23516'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23517> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23517'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23517'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23518> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23518'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23518'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23519'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23519'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23520> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23520'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23520'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23521'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23521'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23522'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23522'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23523> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23523'^^xsd:string;
  dwc:scientificName 'Crustacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1066'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23523'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23539'^^xsd:string;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23539'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23554'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23554'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23556'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23556'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23558'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23558'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23559'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23559'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23563'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23563'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23590> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23590'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23590'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23592'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23592'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23593'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23593'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23594'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23594'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23595'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23595'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23596'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23596'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23597'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23597'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23598'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23598'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23599> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23599'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23599'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23600'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23600'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23601'^^xsd:string;
  dwc:scientificName 'Halacaroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '292685'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23601'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '292685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23611> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23611'^^xsd:string;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23611'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23650'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23650'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23651> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23651'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23651'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23652> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23652'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23652'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23653'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23653'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23654> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23654'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23654'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23655'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23655'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23656> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23656'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23656'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23657> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23657'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23657'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23658'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23658'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23659'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23659'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23660'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23660'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23661'^^xsd:string;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23661'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23662'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23662'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23663> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23663'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23663'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23664> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23664'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23664'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23665'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23665'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23667'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23667'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23670'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23670'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23671'^^xsd:string;
  dwc:scientificName 'Oligochaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '2036'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23671'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '2036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23674'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23674'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23683> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23683'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23683'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23710'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23710'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23711> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_0-2cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23711'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_0-2cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23711'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23712> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23712'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23712'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23713'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23713'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23714'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23714'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23715> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_2-4cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23715'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_2-4cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23715'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23716> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_4-10cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23716'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_4-10cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23716'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_4-10cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23717'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_4-10cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23717'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23718> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_4-10cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23718'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_4-10cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23718'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23719> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_10-restcm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23719'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_10-restcm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23719'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23720> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_10-restcm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23720'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_10-restcm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23720'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_10-restcm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23721'^^xsd:string;
  dwc:scientificName 'Rotatoria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_10-restcm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '134927'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23721'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '134927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_0-2cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23770'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_0-2cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23770'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_0-2cm_C" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23772'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_0-2cm_C'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23772'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_2-4cm_A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23773'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_2-4cm_A'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23773'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23774> ;
  mr:hasGeometry <https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.41"^^xsd:decimal ;
  dwc:decimalLongitude "39.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.41 39.83)"^^geo:wktLiteral ;
  geo-pos:lat "-4.41"^^xsd:decimal ;
  geo-pos:long "39.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5401_Avicennia%20blanco_Sampling%201_MARBIOL_meiobenthos_Gazi_Bay_1992_23774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "MARBIOL_meiobenthos_Gazi_Bay_1992_23774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5401_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "Avicennia blanco_Sampling 1_2-4cm_B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'MARBIOL'^^xsd:string;
  dwc:collectionCode 'meiobenthos_Gazi_Bay_1992'^^xsd:string;
  dwc:catalogNumber 'MARBIOL_meiobenthos_Gazi_Bay_1992_23774'^^xsd:string;
  dwc:scientificName 'Turbellaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:fieldNumber 'Avicennia blanco_Sampling 1_2-4cm_B'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:longitude '39.83'^^xsd:double;
  dwc:startLongitude '39.83333'^^xsd:double;
  dwc:endLongitude '39.83333'^^xsd:double;
  dwc:latitude '-4.41'^^xsd:double;
  dwc:startLatitude '-4.41667'^^xsd:double;
  dwc:endLatitude '-4.41667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667, 39.83333 -4.41667))'^^xsd:string;
  dwc:aphiaid '794'^^xsd:integer;
  dwc:samplingProtocol 'Core (length 30 cm; diameter 36 mm)'^^xsd:string;
  dwc:occurrenceId 'MARBIOL_meiobenthos_Gazi_Bay_1992_23774'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
# EOF